var runtime.debugPtrmask

7 uses

	runtime (current package)
		mbitmap.go#L1030: 			lock(&debugPtrmask.lock)
		mbitmap.go#L1031: 			if debugPtrmask.data == nil {
		mbitmap.go#L1032: 				debugPtrmask.data = (*byte)(persistentalloc(1<<20, 1, &memstats.other_sys))
		mbitmap.go#L1034: 			ptrmask = debugPtrmask.data
		mbitmap.go#L1468: 		if ptrmask == debugPtrmask.data {
		mbitmap.go#L1469: 			unlock(&debugPtrmask.lock)
		mbitmap.go#L1474: var debugPtrmask struct {